projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6424bc9
)
Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 2 Sep 2006 22:18:44 +0000
(22:18 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 2 Sep 2006 22:18:44 +0000
(22:18 +0000)
lispref/buffers.texi
patch
|
blob
|
history
diff --git
a/lispref/buffers.texi
b/lispref/buffers.texi
index 8ca65ec21e03e29e56a8ba05ee6309219b7d249a..3b9750f00a2dc83ab01c850a248bdca5ec9a4753 100644
(file)
--- a/
lispref/buffers.texi
+++ b/
lispref/buffers.texi
@@
-589,11
+589,6
@@
By comparing the values returned by two @code{buffer-chars-modified-tick}
calls, you can tell whether a character change occurred in that buffer
in between the calls. If @var{buffer} is @code{nil} (or omitted), the
current buffer is used.
-
-This function returns @var{buffer}'s modification-count. This is a
-counter that increments every time the buffer is modified. If
-@var{buffer} is @code{nil} (or omitted), the current buffer is used.
-The counter can wrap around occasionally.
@end defun
@node Modification Time